Kinetis SDK Demo Applications User Guide  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
char_handle.h File Reference
#include "board.h"
#include "fsl_uart_hal.h"

Go to the source code of this file.

Macros

#define getc(x)
 getc redefine to uart getchar function. More...
 
#define putc(x)
 putc redefine to uart putchar function. More...
 

Functions

static void cmd_puts (const char *s)
 Output a string via uart. No /n appended. More...
 

Macro Definition Documentation

#define getc (   x)
#define putc (   x)

Function Documentation

static void cmd_puts ( const char *  s)
inlinestatic
Parameters
[in]sPointer of output string.